3.2.29 \(\int x \sqrt {a+a \cosh (x)} \, dx\) [129]

Optimal. Leaf size=32 \[ -4 \sqrt {a+a \cosh (x)}+2 x \sqrt {a+a \cosh (x)} \tanh \left (\frac {x}{2}\right ) \]

[Out]

-4*(a+a*cosh(x))^(1/2)+2*x*(a+a*cosh(x))^(1/2)*tanh(1/2*x)

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 32, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {3400, 3377, 2718} \begin {gather*} 2 x \tanh \left (\frac {x}{2}\right ) \sqrt {a \cosh (x)+a}-4 \sqrt {a \cosh (x)+a} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x*Sqrt[a + a*Cosh[x]],x]

[Out]

-4*Sqrt[a + a*Cosh[x]] + 2*x*Sqrt[a + a*Cosh[x]]*Tanh[x/2]

Rule 2718

Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-Cos[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3377

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> Simp[(-(c + d*x)^m)*(Cos[e + f*x]/f), x]
+ Dist[d*(m/f), Int[(c + d*x)^(m - 1)*Cos[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && GtQ[m, 0]

Rule 3400

Int[((c_.) + (d_.)*(x_))^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[(2*a)^IntPart[n]
*((a + b*Sin[e + f*x])^FracPart[n]/Sin[e/2 + a*(Pi/(4*b)) + f*(x/2)]^(2*FracPart[n])), Int[(c + d*x)^m*Sin[e/2
 + a*(Pi/(4*b)) + f*(x/2)]^(2*n), x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && EqQ[a^2 - b^2, 0] && IntegerQ[n
 + 1/2] && (GtQ[n, 0] || IGtQ[m, 0])

Rubi steps

\begin {align*} \int x \sqrt {a+a \cosh (x)} \, dx &=\left (\sqrt {a+a \cosh (x)} \text {sech}\left (\frac {x}{2}\right )\right ) \int x \cosh \left (\frac {x}{2}\right ) \, dx\\ &=2 x \sqrt {a+a \cosh (x)} \tanh \left (\frac {x}{2}\right )-\left (2 \sqrt {a+a \cosh (x)} \text {sech}\left (\frac {x}{2}\right )\right ) \int \sinh \left (\frac {x}{2}\right ) \, dx\\ &=-4 \sqrt {a+a \cosh (x)}+2 x \sqrt {a+a \cosh (x)} \tanh \left (\frac {x}{2}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 22, normalized size = 0.69 \begin {gather*} 2 \sqrt {a (1+\cosh (x))} \left (-2+x \tanh \left (\frac {x}{2}\right )\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x*Sqrt[a + a*Cosh[x]],x]

[Out]

2*Sqrt[a*(1 + Cosh[x])]*(-2 + x*Tanh[x/2])

________________________________________________________________________________________

Maple [A]
time = 0.40, size = 38, normalized size = 1.19

method result size
risch \(\frac {\sqrt {2}\, \sqrt {a \left ({\mathrm e}^{x}+1\right )^{2} {\mathrm e}^{-x}}\, \left (x \,{\mathrm e}^{x}-x -2 \,{\mathrm e}^{x}-2\right )}{{\mathrm e}^{x}+1}\) \(38\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*(a+a*cosh(x))^(1/2),x,method=_RETURNVERBOSE)

[Out]

2^(1/2)*(a*(exp(x)+1)^2*exp(-x))^(1/2)/(exp(x)+1)*(x*exp(x)-x-2*exp(x)-2)

________________________________________________________________________________________

Maxima [A]
time = 0.48, size = 44, normalized size = 1.38 \begin {gather*} -{\left (\sqrt {2} \sqrt {a} x - {\left (\sqrt {2} \sqrt {a} x - 2 \, \sqrt {2} \sqrt {a}\right )} e^{x} + 2 \, \sqrt {2} \sqrt {a}\right )} e^{\left (-\frac {1}{2} \, x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+a*cosh(x))^(1/2),x, algorithm="maxima")

[Out]

-(sqrt(2)*sqrt(a)*x - (sqrt(2)*sqrt(a)*x - 2*sqrt(2)*sqrt(a))*e^x + 2*sqrt(2)*sqrt(a))*e^(-1/2*x)

________________________________________________________________________________________

Fricas [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+a*cosh(x))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int x \sqrt {a \left (\cosh {\left (x \right )} + 1\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+a*cosh(x))**(1/2),x)

[Out]

Integral(x*sqrt(a*(cosh(x) + 1)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+a*cosh(x))^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(a*cosh(x) + a)*x, x)

________________________________________________________________________________________

Mupad [B]
time = 0.88, size = 39, normalized size = 1.22 \begin {gather*} -\frac {\sqrt {a+a\,\left (\frac {{\mathrm {e}}^{-x}}{2}+\frac {{\mathrm {e}}^x}{2}\right )}\,\left (2\,x+4\,{\mathrm {e}}^x-2\,x\,{\mathrm {e}}^x+4\right )}{{\mathrm {e}}^x+1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*(a + a*cosh(x))^(1/2),x)

[Out]

-((a + a*(exp(-x)/2 + exp(x)/2))^(1/2)*(2*x + 4*exp(x) - 2*x*exp(x) + 4))/(exp(x) + 1)

________________________________________________________________________________________